home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1320 / 1320.xpi / chrome / gmanager.jar / content / options / options.css next >
Cascading Style Sheet File  |  2010-01-22  |  1KB  |  54 lines

  1. @import url("chrome://global/skin/");
  2. @import url("chrome://gmanager/skin/overlay.css");
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5. /*
  6.   Gmail Manager
  7.   By Todd Long <longfocus@gmail.com>
  8.   http://www.longfocus.com/firefox/gmanager/
  9. */
  10.  
  11. .gmanager-disclaimer {
  12.     color: darkred;
  13. }
  14.  
  15. .gmanager-link {
  16.     color: #039;
  17.     cursor: pointer;
  18. }
  19.  
  20. .gmanager-link:hover {
  21.     text-decoration: underline;
  22. }
  23.  
  24. #gmanager-options {
  25.     height: 40em !important;
  26.     width: 60em !important;
  27. }
  28.  
  29. #gmanager-options-listbox {
  30.     width: 12em !important;
  31. }
  32.  
  33. #gmanager-options-listbox listitem {
  34.     padding: 0.1em !important;
  35. }
  36.  
  37. #gmanager-options-accounts-listbox > listitem {
  38.     -moz-binding: url("chrome://gmanager/content/options/options.xml#gmanager-account-listitem") !important;
  39. }
  40.  
  41. #gmanager-options-accounts-listbox > listitem label {
  42.     margin: 0;
  43.     padding: 0;
  44. }
  45.  
  46. #gmanager-options-accounts-listbox > listitem .checkbox-label-box {
  47.     display: none;
  48. }
  49.  
  50. #gmanager-options-help-contributors-popup > menuitem {
  51.     -moz-binding: url("chrome://gmanager/content/options/options.xml#gmanager-donate-menuitem") !important;
  52.     -moz-padding-end: 0px;
  53.     -moz-padding-start: 0px;
  54. }